KNACSS/bower.json
Raphael Goetter 4a34da1c8b version 4.4.5
# changelog v4.4.5 (1er avril 2016)

- mise à jour vers Normalize 4 :
https://github.com/necolas/normalize.css/blob/4.0.0/CHANGELOG.md
- application de min-width: 0 sur les flex-item-fluid pour éviter les
minimum automatiques des flex-items
- suppression des styles spécifiques à Gmap (sélecteurs trop lourds
pour un cas très particuliers)
2016-04-01 15:48:24 +02:00

24 lines
639 B
JSON

{
"name": "KNACSS",
"version": "4.4.5",
"homepage": "http://www.knacss.com/",
"authors": [
"Raphaël GOETTER, Alsacreations"
],
"description": "KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and experience on the topic.",
"main": "css/knacss.css",
"keywords": [
"css", "framework", "reset", "responsive", "less", "sass", "rwd", "boilerplate", "workflow"
],
"license": "WTFPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"less/knackLESS.zip",
"tests",
"README.md"
]
}