-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbd0b52
commit 9c9e7b2
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# NewFolder | ||
|
||
A private design system that you're free to use, if you like it. It was designed for my own personal projects. It's based on SASS, mostly, and it's meant to be easily dropped in, and integrated with any CMS you need. | ||
|
||
## Features | ||
|
||
* A pseudo-flat aesthetic | ||
* SASS variables for changing your color scheme quickly | ||
* Layout-agnostic. The navigation patterns mostly use Flexbox, but you can use CSS Grid for the overall page layout. God knows I will. The rest is up to you. | ||
* Readable typographical Styles | ||
* Various in-content image styles | ||
* Form styles (still somewhat in-progress) | ||
* Alert boxes for information, warnings, and success alerts | ||
* Navigation patterns for nav bars, dropdown navigation, hamburger navigation, accordion navigation, breadcrumb navigation, and more. | ||
|
||
|
||
## Things I'm still working on: | ||
|
||
* Integration with CMSs like [Typemill](https://typemill.net), and [Bludit](https://www.bludit.com). Again, this is for my own personal benefit, mostly. | ||
* Better comments in the code, and more of them. |