Commit Graph

168 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
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
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
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
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
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
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
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
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
2d50f65965 delete .zip 2014-05-04 15:53:32 +02:00
Raphael Goetter
d0add0508c new names for variables 2014-05-04 15:30:21 +02:00
Raphael Goetter
d283e11395 added "enable-" to booleans 2014-05-04 14:54:52 +02:00
Raphael Goetter
0bc6e58e2e grid fix 2014-05-03 14:56:09 +02:00
Raphael Goetter
5c1fe3e5a5 fix 2014-05-03 14:49:30 +02:00
Raphael Goetter
38be7212d0 retouches finales 2014-05-03 14:38:58 +02:00
Raphael Goetter
28a6ad32f1 separate IE support on forms 2014-05-03 14:23:39 +02:00
Raphael Goetter
504dc59501 rem support for IE 2014-05-03 14:20:00 +02:00
Raphael Goetter
df5315b05e adding comms 2014-05-03 14:03:41 +02:00
Raphael Goetter
a54c4a7642 reset 2014-05-03 13:50:05 +02:00
Raphael Goetter
60e20fa973 reset 2014-05-03 13:11:11 +02:00
Raphael Goetter
49905c90ae added .initial and .reset styles 2014-05-03 12:47:16 +02:00
Raphael Goetter
040643bb25 figure element fixed 2014-05-03 12:42:09 +02:00
Raphael Goetter
5fbfa64a19 em / rem fixing 2014-05-03 12:38:15 +02:00
Raphael Goetter
03f6bb2263 misc 2014-05-03 12:27:25 +02:00
Raphael Goetter
788ceb099b rem mixin correction 2014-05-03 12:25:11 +02:00
Raphael Goetter
07c0289467 rem mixin update 2014-05-03 11:49:54 +02:00
Raphael Goetter
ecfcd3a818 mentions and version update 2014-05-03 11:48:25 +02:00
Raphael Goetter
28613e3b7f preparation for v3 (json) 2014-05-03 11:40:37 +02:00
Raphael Goetter
1b593067e5 hiding content on print, small and large screen 2014-05-03 11:31:26 +02:00
Raphael Goetter
6f84bea1c6 addes .strong and .em 2014-05-03 11:28:17 +02:00
Raphael Goetter
35202bd1bd adding .small-pa0 and .tiny-pa0 2014-05-03 11:27:01 +02:00
Raphael Goetter
7956f3f0bc spacing helpers simplified 2014-05-03 11:25:32 +02:00
Raphael Goetter
15f0b5bf48 tables restyling 2014-05-03 11:22:45 +02:00
Raphael Goetter
7590ebbde6 decimals consistency 2014-05-03 11:17:44 +02:00
Raphael Goetter
5da21cf480 delete .knacss-debug 2014-05-03 11:14:28 +02:00
Raphael Goetter
b27870b457 :after LESS syntax corrections 2014-05-03 11:11:15 +02:00
Raphael Goetter
81a2441455 new grids and autogrids system 2014-05-03 11:08:29 +02:00
Raphael Goetter
65d39d67d1 booleans files separated 2014-05-03 10:46:54 +02:00
Raphael Goetter
fbbedf439e google maps fixing 2014-04-20 21:51:59 +02:00
Raphael Goetter
e6da229b19 add variable for table margin 2014-04-20 20:58:28 +02:00
Raphael Goetter
f4405e239c add google maps boolean 2014-04-20 20:56:10 +02:00
Raphael Goetter
0bc8b1d8f2 supp quick print reset on base 2014-04-20 20:52:12 +02:00
Raphael Goetter
fd3e153cd9 more booleans for IE fixing 2014-04-20 20:50:43 +02:00
Raphael Goetter
9ebed88d42 adding comments 2014-04-20 20:44:12 +02:00
Raphael Goetter
dfbaaca2a5 booleans variables added 2014-04-20 20:34:39 +02:00
Raphael Goetter
a20f157800 adding .start and .end classes 2014-04-20 20:02:32 +02:00
Raphael Goetter
b1970263cc new visually-hidden rules 2014-04-20 19:58:53 +02:00
Raphael Goetter
6a4bb4ef9e text-align: left on autogrids childrens 2014-04-20 19:54:11 +02:00
Raphael Goetter
4cade885f8 supp !important on :not(.gm-style) img rule 2014-04-20 19:53:16 +02:00
Raphael Goetter
d4339d3182 add some variables (spacing values and breakpoints) 2014-04-20 19:52:20 +02:00
Raphael Goetter
57dc070697 no styling for code inside pre 2014-04-20 19:39:22 +02:00
Raphael Goetter
09e9e5b0a4 line-height: normal; on code, pre, samp, kbd 2014-04-20 19:36:57 +02:00
Raphael Goetter
050428478b Supp .mod:after (already BFC) 2014-04-20 19:35:39 +02:00
Raphael Goetter
9eb7aa58d6 autogrids added, prefix deleted 2014-02-01 18:37:56 +01: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
b993985d4e new version 2.9.1 2013-12-28 21:56:50 +01:00
Raphael Goetter
496dfe1002 lien boxsizing.htc modifié 2013-12-18 09:08:28 +01:00
Raphael Goetter
4c7d294b01 Less : grid bug correcting 2013-11-22 21:37:10 +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
raphaelgoetter
49b0e87185 typo correction 2013-10-21 09:54:59 +02:00
Raphael Goetter
0a0cc803e1 commentaire ajouté 2013-10-16 20:14:11 +02:00
Raphael Goetter
74cc6f27ba Version 2.9
Petit ménage
répétition inutile
Fix font-size iOS version LESS
Grilles et typo
Changer la licence de KNACSS
Conserver le commentaire de présentation de licence
Correction grid reponsive
classes manquantes version LESS (largeurs de blocs)
2013-10-13 10:50:39 +02:00
Raphael Goetter
dbda2a53c9 Correction d'un bug dans les grids 2013-09-26 20:38:02 +02:00
Raphael Goetter
528e4f0fb1 minor .grid corrections
issue : https://github.com/raphaelgoetter/KNACSS/issues/32
2013-09-24 11:43:59 +02:00
raphaelgoetter
85d6f9154c font-stack debug + supp em unit in line-height 2013-09-23 12:04:49 +02:00
Raphael Goetter
133b38724b better vertical rythm for headings 2013-09-16 21:21:06 +02:00
raphaelgoetter
d647f8c464 minor changes on LESS main file 2013-09-16 14:19:16 +02:00
raphaelgoetter
df7839eb3b v2.9 : LESS files are now separated 2013-09-12 11:59:14 +02:00
Raphael Goetter
98bb976a0f debug helper class added 2013-09-09 21:33:32 +02:00
raphaelgoetter
5ad9bf9bc1 Google Maps bug fix on images 2013-09-09 14:38:36 +02:00
raphaelgoetter
c4e527e513 grids : overflow-x --> overflow 2013-09-03 13:01:13 +02:00
raphaelgoetter
625fc83418 All forms styles are now outsourced in forms.css 2013-09-03 11:14:58 +02:00
Raphael Goetter
c9da966252 KNACSS 2.7 brand new grid system !
see https://github.com/raphaelgoetter/KNACSS/issues/29
2013-08-30 21:22:58 +02:00
Raphael Goetter
447c3910eb re-added p:first-child margin 0 2013-08-13 07:51:27 +02:00