Commit Graph

323 Commits

Author SHA1 Message Date
Raphaël Goetter fa7b0853e7 Long live KNACSS Reborn 2020-11-26 08:46:55 +01:00
Raphael 43ae752103 correctifs du tag (le 7.1.3 annule le 7.1.2 erroné) 2020-02-12 11:35:23 +01:00
Raphael Goetter 36d65eadf3 Merge pull request #305 from parnissolle/patch-1
Fixing some deprecation warning while using KNACSS in a Laravel project
2019-10-25 16:29:29 +02:00
Pierre Arnissolle 467fd8e5f6
Fixing some deprecation warning while using KNACSS in a Laravel project
DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to
declare new variables. Consider adding `$gutter: null` at the top level.

   ╷
24 │       $gutter: $grid-gutters !global;
   │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    node_modules/knacss/sass/_library/grillade-grid.scss 24:7  @import
    node_modules/knacss/sass/knacss.scss 51:9                  @import
    stdin 6:9                                                  root stylesheet
2019-04-07 15:11:23 +02:00
Raphael Goetter 5e90fdb583 ajout de @supports (display: grid) dans le mixin de grille 2019-01-30 22:06:31 +01:00
Raphael Goetter 4782f69f44 Ajout de @media (prefers-reduced-motion: reduce) 2019-01-30 21:54:32 +01:00
Raphael Goetter 32ad91f29a Patch version 7.1.1 2018-12-10 17:17:32 +01:00
Raphael Goetter 8d5ce8fa6c
Merge pull request #293 from el-cms/add-default-flag
Ajout du flag !default sur toutes les variables
2018-11-04 11:47:08 +01:00
Olivier 3beb5270b6 Add !default flag on variables 2018-11-04 11:17:27 +01:00
Raphael Goetter 9a5ed3c989 # changelog v7.1.0 (31 octobre 2018)
- mise à jour et meilleure intégration de gulp / postCSS : 
  - autoprefixer version postCSS (avec browserslist officielle),
  - unprefix : pour supprimer les vieux préfixes inutiles
  - flexbox-fixes : pour corriger les erreurs connues sur IE
  - gap-properties : polyfill de gap -> grid-gap
  - minification CSS avec CSSnano
- application de `white-space: pre-rap` sur les textarea
2018-10-31 15:24:17 +01:00
Manuel Tancoigne 098840a039 Suppression d'une typo 2018-10-31 08:18:22 +01:00
Raphael Goetter 5bd082dfef correction d'alignement vertical de .nav-button 2018-10-24 10:14:52 +02:00
ml-uni e3d7ba689f
Change comment for grid number 2018-09-24 09:22:43 +02:00
ml-uni 62a36ee160
Add $cols for grillade-flex 2018-09-24 09:18:37 +02:00
ml-uni 98d49f1f58
Add $cols to grid system 2018-09-24 09:14:03 +02:00
ml-uni 60dfa8a772
Adding cols number variable for grid system 2018-09-24 09:07:25 +02:00
Raphael Goetter 245992c566 suppression de white-space: nowrap sur les éléments de formulaire 2018-09-20 14:08:38 +02:00
Raphael Goetter 602fa5128a suppression commentaire sourcemap 2018-07-11 10:19:07 +02:00
Raphael Goetter 41e3be1278 v7.0.7 (3 juillet 2018)
cohérence de renommage pour les classes utilitaires (ajout du préfixe `.u-` uniformément)
2018-07-03 16:01:52 +02:00
Raphael Goetter 3ecebd8871 7.0.6 + npm publish 2018-05-30 07:43:32 +02:00
philippe e9cb1682fb reboot.css renamed and imported as an Scss _partial because of libsass deprecation warning 2018-05-29 14:57:50 +02:00
Raphael Goetter 1671256272 checkbox fix 2018-05-26 11:53:48 +02:00
Raphael Goetter c59a02ff10 mise à jour des styles, et variables des checkbox, radio et switches 2018-05-25 11:54:13 +02:00
PhilippeVay d943099ca0 Typos un peu partout 2018-05-11 19:53:09 +02:00
Julien Maury 0d84dd667a
bold instead of bolder in source _reboot 2018-05-09 22:57:44 +02:00
Raphael Goetter 9584249ca4 version 7.0.4
ajout de ::placeholder
2018-04-04 10:40:39 +02:00
Guillaume Seznec e9fa432c3a
Update _checkbox.scss
brunch plante à la compilation de feuilles de style basées sur knacss7

La cause est sans doute dûe à l'absence de guillemets entourant les svg inline des .radio et .checkbox :checked
Tous les autres bacgkround-image : url() ont bien les guillemets entourant leur valeur.


```
11:52:03 - error: Compiling of app/styles/app.styl failed. L2485:47 app/styles/_knacss-
      2481|   transition: background-color .15s;
      2482| }
      2483|
      2484| .radio:checked {
      2485|   background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);
   -------------------------------------------------------^
      2486|   background-size: 80% 80%;
      2487|   background-position: center;
      2488|   background-repeat: no-repeat;

   illegal unary "%", missing left-hand operand
```
2018-03-04 12:07:36 +01:00
Raphael Goetter a37552439d version 7.0.2 2018-03-01 09:57:41 +01:00
Raphael Goetter e580d2e311 intégration de (auto)grid dans Grillade 2018-01-04 11:10:34 +01:00
PhilippeVay 24aea51226 (Auto)grid : bugfix typo grid-auto-columnS, des colonnes égales 2017-12-27 00:57:18 +01:00
Raphael Goetter f0e2f699ff version 7.0.1 2017-12-22 09:55:10 +01:00
Raphael Goetter e1451f2de6 Better handling hyphenations 2017-12-22 09:53:01 +01:00
Raphael Goetter 88373ffc63 SVG fix on IE is now commented 2017-12-22 09:34:24 +01:00
Raphael Goetter 10a6b31380 Quotes enhancement 2017-12-19 15:20:17 +01:00
Raphael Goetter 1bdbb434c0 shortening filenames 2017-12-19 15:15:52 +01:00
Raphael Goetter 48139afd7d accessibilisation des couleurs 2017-12-18 17:44:07 +01:00
Raphael Goetter 9c03462a52 deleting non used variables in Grid 2017-12-18 12:24:39 +01:00
Raphael Goetter 9daae666df Grid number start with 2, not 1 2017-12-18 12:22:18 +01:00
Raphael Goetter 2490a5dfe5 date and version number 2017-12-11 15:43:30 +01:00
Raphael Goetter 0287831286 icon-arrow BEM naming 2017-12-11 10:02:56 +01:00
Raphael Goetter 8f61160426 links variables translated from colors to components 2017-12-07 14:50:01 +01:00
Raphael Goetter 5da87c3e99 file reordering 2017-12-06 09:40:30 +01:00
Raphael Goetter e2fde95ba5 before / after with box-sizing 2017-12-06 09:32:12 +01:00
Raphael Goetter a481f65367 little typo 2017-12-04 17:54:43 +01:00
Raphael Goetter 7c4ef6ebb4 Grillade variables little rework 2017-12-04 17:11:58 +01:00
Raphael Goetter 54f95cab40 .grid alias to .autogrid 2017-12-04 15:48:16 +01:00
Raphael Goetter 7bc7e0fb42 font variables error fix 2017-12-04 15:46:29 +01:00
Raphael Goetter ff1ef5fb7e utilites typo helpers 2017-11-13 15:50:06 +01:00
Raphael Goetter 92f9b1354c indent 2017-11-02 16:08:50 +01:00
Raphael Goetter 21a5996ee3 renommage des variables d'espacement ($tiny-value -> $spacer-tiny) 2017-11-02 16:07:27 +01:00