Commit Graph

607 Commits

Author SHA1 Message Date
raphaelgoettter 96d5b2e5f8 réorganisation des fichiers
- le fichier dédié "IE" disparait
- le fichier "booleans" devient "misc" (plus cohérent)
- le fichier "gmaps" est inclus dans "booleans"
2015-03-04 15:37:11 +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 903d4c260a version un-minified vanilla CSS 2014-09-12 10:51:52 +02:00
raphaelgoettter f4a167605f v3.0.9 2014-09-12 09:40:29 +02:00
raphaelgoettter 71f341f3e0 Breakpoints changed (.tiny becomes larger... thanks to iPhone 6 :)) 2014-09-12 09:36:09 +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 521e568e23 delete experimental future-proof version 2014-07-18 11:15:54 +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
Raphael Goetter cb24517e43 Update README.md 2014-07-07 21:07:34 +02:00
raphaelgoettter 5f6250ae52 variables naming convention 2014-07-02 16:12:58 +02:00
Raphael Goetter 64f55038cc knacss.css minified 2014-06-30 21:30:32 +02:00
Raphael Goetter 17b79d9886 .em and .strong redefined as .italic and .bold 2014-06-30 21:22:58 +02:00
Raphael Goetter d5cdb0b690 color-link variable added 2014-06-30 21:20:07 +02:00
Raphael Goetter 5290e4a908 comment added 2014-06-30 21:18:21 +02:00
Raphael Goetter a21d58070c Underscoring partial included files 2014-06-30 21:16:22 +02:00
Raphael Goetter 34a923e2ef Merge pull request #81 from PhilippeVay/2014jun
Minor improvements for comments and resources; typos; consistency
2014-06-30 20:54:22 +02:00
PhilippeVay 3f9c557d46 Consistency: semi-colon everywhere 2014-06-28 13:00:41 +02:00
PhilippeVay d72f279467 More explicit comments 2014-06-28 12:59:02 +02:00
PhilippeVay 9b8b1f45ec Error in comment: s/small/medium 2014-06-28 10:14:22 +02:00
PhilippeVay 158eaa1b3f Adding some URLs 2014-06-28 10:11:49 +02:00
PhilippeVay 1a4121f8ee Typos 2014-06-28 09:49:22 +02:00
Raphael Goetter f42ad600be Experimental "future-proof" version of KNACSS 2014-05-22 20:36:58 +02:00
Raphael Goetter 3fa53f9083 Minor IE6 IE7 fixes 2014-05-21 18:42:47 +02:00
Raphael Goetter f82e954fd5 .rem() LESS mixin bug fixed 2014-05-21 17:45:26 +02:00
Raphael Goetter 21de6c6757 bower v3.0.3 2014-05-19 10:56:42 +02:00
Raphael Goetter 2f6ec365e7 new styles for .skip-links 2014-05-19 10:55:20 +02:00
Raphael Goetter dd856d6755 IE font-size fixing 2014-05-19 10:55:20 +02:00
Raphael Goetter 9acce25176 Update README.md 2014-05-12 11:03:24 +02:00
Raphael Goetter 1095d29347 Update README.md 2014-05-12 11:01:36 +02:00
Raphael Goetter a2a3bc7595 v3.0.2.1 2014-05-10 18:21:16 +02:00
Raphael Goetter fa265b596e 3.0.2.1 2014-05-09 21:58:54 +02:00
Raphael Goetter 37e6e30cdd IE9+ fix for grids and autogrids 2014-05-09 10:54:30 +02:00
Raphael Goetter 7c7801c2f4 box-sizing for IE6/IE7 2014-05-07 21:32:09 +02:00
Raphael Goetter aaeddb4287 Sass version 3.0.2 2014-05-07 11:12:14 +02:00
Raphael Goetter 78831c4ed6 v3.0.2 2014-05-07 10:53:15 +02:00
Raphael Goetter aa685cf52a version update 2014-05-07 10:50:22 +02:00
Raphael Goetter 56c501f9f1 LESS v3.0.2 2014-05-07 10:47:04 +02:00
Raphael Goetter 01633e9d9e General normalization on LESS files 2014-05-07 10:45:47 +02:00
Raphael Goetter 5e1e4f9eb5 variable fix 2014-05-07 09:58:28 +02:00
Raphael Goetter 1f911f3936 variable naming fix 2014-05-07 09:55:55 +02:00
Raphael Goetter 1feeba046b grid bug fix 2014-05-07 09:34:43 +02:00