2021-02-17 18:27:21 +00:00
|
|
|
# CSS Framework
|
2021-02-17 18:25:50 +00:00
|
|
|
|
2021-02-17 18:27:21 +00:00
|
|
|
Simple CSS framework.
|
2021-02-17 18:25:50 +00:00
|
|
|
|
|
|
|
**Heavily** inspired by [GitHub - CodyHouse/codyhouse-framework](https://github.com/CodyHouse/codyhouse-framework).
|
|
|
|
|
|
|
|
**NOTE** media queries based on variables have only been implemented for SASS. No postccss solution has yet been implemented.
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
2021-02-17 20:26:26 +00:00
|
|
|
* test postcss mixins
|
|
|
|
* eslint, stylelint
|
|
|
|
* package.json for webpack or parcel (and sass or postcss)
|
2021-02-17 18:25:50 +00:00
|
|
|
* documentation
|
|
|
|
- .text-component
|
|
|
|
- visibility.css - make notes on classes with `\:` in the selectors
|
|
|
|
- media queries (sass codyhouse implementation)
|