organisation css

This commit is contained in:
Julie Blanc 2026-02-11 10:39:01 +01:00
parent a0fa93a62e
commit 96812f75df
18 changed files with 260 additions and 16 deletions

View file

@ -1,5 +1,7 @@
@charset "UTF-8";
@use "css/var";
@use "css/abstracts/var";
@forward "css/abstracts/mixins";
@use "css/base";
@use "css/site-header";
@use "css/site-nav";
@ -13,4 +15,5 @@
@use "css/home-highlight";
@use "css/home";
@use "css/taxon-card";