Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinparisi/higgcss
Micro framework CSS modulaire
https://github.com/robinparisi/higgcss
css css-framework framework
Last synced: about 5 hours ago
JSON representation
Micro framework CSS modulaire
- Host: GitHub
- URL: https://github.com/robinparisi/higgcss
- Owner: robinparisi
- License: mit
- Created: 2014-03-06T15:49:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T23:39:16.000Z (over 1 year ago)
- Last Synced: 2024-04-14T12:09:54.560Z (7 months ago)
- Topics: css, css-framework, framework
- Language: SCSS
- Homepage:
- Size: 3.44 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Higgcss
======Philosophie
-----------Higgcss est un micro framework CSS bénéficiant d'une approche modulaire rendant facile son appropriation. Il vous encourage à ne garder que ce dont vous avez réellement besoin tout en proposant une structure de base simple et évolutive.
Tester Higgcss
-----------------------1) Installer les dépendances nécessaires au développement
```
npm install
```2) Lancement d'un petit serveur en local capable d'écouter les changements
```
npm run watch
```Licence
-------Higgcss est distribué sous [licence MIT](https://github.com/robinparisi/higgcss/blob/master/LICENSE).