Olivier Massot 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
..
ext 5ab404b589 add clustering to structures map há 4 anos atrás
fonts 0020376119 https://assistance.opentalent.fr/browse/V8-2494 há 4 anos atrás
module 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
Readme.md ef5dda97a9 minify assets há 5 anos atrás
_base.scss 66c2c3b11b add responsive behavior to classic template há 5 anos atrás
_layout.scss adf0dc660e refactor to prepare multi-templating implementation há 5 anos atrás
_mixins.scss adf0dc660e refactor to prepare multi-templating implementation há 5 anos atrás
_states.scss af39b9d5f5 add a 404 page template há 5 anos atrás
classic-blue.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-blue.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-blue.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
classic-green.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-green.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-green.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
classic-grey.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-grey.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-grey.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
classic-light-blue.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-light-blue.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-light-blue.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
classic-light-red.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-light-red.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-light-red.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
classic-orange.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-orange.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-orange.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
classic-purple.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-purple.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-purple.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
classic-red.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-red.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
classic-red.scss 222f679b5e rename assets to avoid conflicts há 5 anos atrás
style.css 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
style.css.map 3f2ce93e6f implements iframes auto-resizing and style há 4 anos atrás
style.scss f8537ab79b remove structures frame from typo3 há 4 anos atrás

Readme.md

Sass files

L'organisation des fichiers essaye de respecter au mieux la méthode SMACCS: http://smacss.com/files/smacss-fr.pdf

Les fichiers doivent être compilés avec SASS: https://sass-lang.com/guide

Pour compiler les fichiers à chaque modification, lancer dans ce répertoire:

sass --watch .:. --style compressed

Le dossier common contient le 'tronc commun'. Tous les fichiers présents dans common sont inclus dans le fichier style.scss, qui définit aussi toutes les valeurs par défaut des constantes.

Ensuite, les fichiers de thème (theme-*.scss) peuvent au besoin redéfinir certaines de ces constantes (voir ici)