Commit Graph

25 Commits

Author SHA1 Message Date
raphaelgoettter 7a43f8ec4e compilation des fichiers CSS 2015-03-05 15:21:57 +01:00
raphaelgoettter ed601d0f18 refonte du module flexbox
ajouté dans layout.css et remis à jour
2015-03-05 09:44:20 +01:00
raphaelgoettter c055a499c4 Refonte des nommages de positionnement
.left, .start, .fl WARNING : encore à méditer
2015-03-04 16:45:30 +01:00
raphaelgoettter 51ef45846b suppression des mixins less et sass inutiles
.rem(), .em() et .px() (si compatibilité anciens navigateurs
nécessaires, il faudra désormais passer par des task runners pour
convertir les rem en em/px)
2015-03-04 15:23:56 +01:00
raphaelgoettter 8e038c2210 meilleure intégration de box-sizing
/* switching to border-box model for all elements */
html {
box-sizing: border-box;
}

* {
box-sizing: inherit;
}
2015-03-04 14:58:29 +01:00
raphaelgoettter d31bf5cc7d body > script
déplacement et commentaire sur cette rège spécifique
2015-03-04 14:49:50 +01:00
raphaelgoettter 5e6b31f849 Mise en commun des styles h1 et .h1-like
(idem pour h2, h3, etc.)
2015-03-04 14:43:27 +01:00
raphaelgoettter 55709a882d Ménage de printemps
Gros nettoyage de tous les espaces et tabulations disgrâcieux
2015-03-04 11:47:46 +01:00
raphaelgoettter 1b9e0bf9f5 helpers classes now on a separate file 2014-10-20 17:59:59 +02:00
raphaelgoettter 43a2ddd2e3 booleans variables deleted
not needed actually : just @ import (or not) the file(s)
2014-10-20 17:42:52 +02:00
raphaelgoettter f4a167605f v3.0.9 2014-09-12 09:40:29 +02:00
raphaelgoettter 7235eaa54a spacers units fixed, RWD .medium added, .clearfix border-collapse 2014-08-22 09:34:59 +02:00
raphaelgoettter 0688709cea Spacing helpers in rem unit 2014-08-21 17:26:34 +02:00
raphaelgoettter 37d96bcd78 3.06 grids and autogrids RWD fixes 2014-08-19 13:19:37 +02:00
raphaelgoettter 2a6d197685 blockquote reset 2014-07-10 16:06:02 +02:00
raphaelgoettter 6bfac25fed 3.0.5 blockquotes styling and figure tag reset 2014-07-10 16:00:29 +02:00
raphaelgoettter 5f6250ae52 variables naming convention 2014-07-02 16:12:58 +02:00
Raphael Goetter 17b79d9886 .em and .strong redefined as .italic and .bold 2014-06-30 21:22:58 +02:00
Raphael Goetter a21d58070c Underscoring partial included files 2014-06-30 21:16:22 +02:00
Raphael Goetter 8e3c6aa61e version 2.9.3 prise en compte https://github.com/raphaelgoetter/KNACSS/pull/46 2014-01-31 15:30:55 +01:00
Raphael Goetter f817dbfd7d Minor addons, better commented code 2014-01-01 12:00:49 +01:00
Raphael Goetter 496dfe1002 lien boxsizing.htc modifié 2013-12-18 09:08:28 +01:00
Raphael Goetter 330f6adb0c more variables in config.less 2013-11-22 17:35:03 +01:00
Raphael Goetter d2c19663e1 LESS config file 2013-11-18 12:14:28 +01:00
raphaelgoetter 6136c55f98 aménagements version LESS 2013-10-30 14:33:06 +01:00