suitcss / base

CSS base styles for web apps (a thin layer on top of normalize.css)
http://suitcss.github.io/base/test/
MIT License
193 stars 24 forks source link

License inclusion #22

Closed oleersoy closed 7 years ago

oleersoy commented 9 years ago

Would it be possible to create a suit-license.css file that can be NPM installed and contains a license string similar to what normalize.css:

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

This way license inclusion can be automated for suitcss by placing the following in index.css:

@import suit-license.css