Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirokisan/css-architect
https://github.com/hirokisan/css-architect
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokisan/css-architect
- Owner: hirokisan
- Created: 2017-07-21T14:48:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T14:55:57.000Z (over 7 years ago)
- Last Synced: 2024-05-05T15:20:29.475Z (8 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CSS-ARCHITECT
## ARCHITECTURE
```
link:css css/home/home.cssexport home.css from...
@include css/common/main.css
@include css/common/reset.css
@include css/common/utility.css /* e.g, body, h1, p, p10 */
@include css/common/component.css /* e.g, btn, nav */
@include css/home/component.css /* e.g, component for current project, move component to css/common/component.css if its useful*/
@include css/home/cosmetic.css /* Modifier, Wrap, Mixes */compile public/ from assets/ with task runner such as Gulp.js, Webpack
```