Deven Caron
d1d4fb5fe5
Bump node-version & upgrade node-sass to sass
2023-01-31 13:57:51 -05:00
Lucas Vallenet
be71474633
Remove duplicate / Update functions descriptions
2023-01-05 09:58:01 +01:00
Lucas Vallenet
810df92a61
Fix functions.scss error
2023-01-04 14:41:25 +01:00
Lucas Vallenet
4fd7968b86
Fix SCSS syntax error and duplicate
2023-01-04 11:26:56 +01:00
Lucas Vallenet
aba77ea2d9
Add default CSS Variables
2023-01-04 11:21:43 +01:00
Lucas Vallenet
bf28fe21a3
Strip breakpoint unit from responsive-type
2023-01-04 11:02:32 +01:00
Lucas Vallenet
7b3cefd8df
Add usefull scss functions
2023-01-04 10:50:36 +01:00
arnvvd
9c478f5f7d
grid helper refactoring + prepare JS dynamic import + add app-env function for Sass conditions
2022-10-31 14:25:20 -04:00
Lucas Vallenet
b7c49086c9
Add custom grid helper based on CSS custom properties
2022-10-31 14:20:59 -04:00
Deven Caron
05e631dbca
Fixed locomotive-scroll rendering glitch
2022-10-06 13:59:42 -04:00
Chauncey McAskill
e7f0455ce4
Testing CSS Font Loading API
...
The code in this commit is not intended for production environments;
it requires further testing.
Added:
- Multiple "Source Sans 3" fonts to test many `FontFace` entries.
Changed:
- Removed quotes from font family name to avoid them being included in `FontFace.family` value.
Notes:
- Replaces hidden `<span>` elements with `FaceFace.load()` and `FaceFace.loaded` to eagerly load fonts.
- Fonts are eagerly using custom `loadFonts()` (see 'app.js').
- Acting upon loaded fonts is done using `whenReady()` (see 'Example.js').
2022-09-27 11:11:31 -04:00
Deven Caron
bf425521c4
Fix "z()" sass function typo
2022-08-25 14:45:24 -04:00
Deven Caron
4079752fe0
Add ul,ol condition grid reset styles
2022-06-07 10:46:44 -04:00
Deven Caron
e70bf33409
Update variable names to kebab-case
2022-06-06 16:43:13 -04:00
Deven Caron
8b0926269a
Apply suggestions from code review
...
Co-authored-by: Chauncey McAskill <chauncey@mcaskill.ca >
2022-06-06 16:30:59 -04:00
Deven Caron
7ca7486913
Fix $container-width conflict
2022-06-06 14:42:25 -04:00
Jérémy Minié
520b75185f
Remove unused $container-width SCSS variable
2022-06-06 13:26:47 -04:00
Deven Caron
d0a075ff24
Add css grid system base styles
2022-06-06 13:07:12 -04:00
Grégoire Ciles
e8af22009c
Support for building a single font family
...
Co-authored-by: Chauncey McAskill <chauncey@mcaskill.ca >
2022-06-06 11:36:37 -04:00
Grégoire Ciles
de1a5904a8
Fix alignment and mixin in _fonts.scss
2022-06-06 11:36:31 -04:00
Lucas
7a23abff92
Merge branch 'master' into feature/scss-font-fallbacks
2022-06-01 16:21:09 +02:00
Lucas
9154deb036
Merge branch 'master' into feature/icons
2022-06-01 16:19:46 +02:00
Lucas
17e8004515
Merge pull request #117 from locomotivemtl/feature/scss-functions
...
Add Sass functions
2022-06-01 16:17:27 +02:00
Lucas Vallenet
fd5efe3531
Update functions comments
2022-06-01 11:02:26 +02:00
Lucas Vallenet
f1e4cd2c55
Update comments
2022-05-31 13:19:34 +02:00
Chauncey McAskill
b7d25c5865
Update _fonts.scss
...
Improved block comments and error for mixins.
2022-05-30 15:00:24 -04:00
Lucas Vallenet
0a199afe01
Add unsaved comments
2022-05-30 16:44:19 +02:00
Lucas Vallenet
8ca570b37a
Font fallbacks
2022-05-30 16:41:53 +02:00
Lucas Vallenet
b162c62930
Remove logo.svg / Remove html example markup / Update scss instructions
2022-05-25 17:13:35 +02:00
Lucas Vallenet
cb27975087
Update maths comments / Add pixel value function
2022-05-25 16:02:15 +02:00
Lucas Vallenet
d7de1b2566
Update scss maths comments
2022-05-25 13:57:30 +02:00
Lucas Vallenet
34bca7d68a
Rename z-index layers var and update function
2022-05-25 13:54:03 +02:00
Lucas Vallenet
f44093ec19
Update scss semicolon spacings
2022-05-25 13:47:45 +02:00
Lucas Vallenet
141a8ffa97
Update scss vars namespace and add easings
2022-05-20 13:32:47 +02:00
Lucas Vallenet
e875495928
Add z-index function
2022-05-20 11:44:42 +02:00
Lucas Vallenet
c2db2e1922
Add SCSS Math functions
2022-05-20 11:42:06 +02:00
Lucas Vallenet
5199ee2025
Double comments / Paragraphs and lists line-breaks / Wrap block comments / File-level annotations syntax / Remove leading comments
2022-05-17 12:08:01 +02:00
Lucas Vallenet
d6c8fdac23
Standardize scss comments
2022-05-12 16:15:44 +02:00
Lucas Vallenet
9e35894ef1
Revert comments changes to apply to document.scss only
2022-05-12 11:01:51 +02:00
Lucas Vallenet
cabeba55c0
Fix font-face $dir error | Update description comments to SASS synthax
2022-05-02 16:56:25 +02:00
Lucas Vallenet
47974a77a9
- Merge _fonts.scss to _page.scss
...
- Rename _page.scss to _document.scss
- Rename $fontfaces to $font-faces for consistency
- Document _fonts.scss mixins and functions
- Create mixins @font-face for one face
2022-05-02 10:30:35 +02:00
Lucas Vallenet
e8b2a86798
Update fontface system with scss lists, function and mixin
2022-04-29 13:51:46 +02:00
Lucas Vallenet
da66f89d7f
Add icon object styles and html example
2022-04-29 13:36:54 +02:00
Jérémy Minié
72eaf582a5
Tweak spacing classes to use rem straight away
2021-05-06 17:04:43 -04:00
Jérémy Minié
e4d1c0058a
Nuke templates unused style folder 💥
2021-05-06 17:04:27 -04:00
Jérémy Minié
bcb7525019
Tweak o-layout gutters to match $unit & $unit-small
2021-05-06 17:03:55 -04:00
Jérémy Minié
03b3d211c8
Add a catalog of easing variables
2021-05-06 17:03:45 -04:00
Chauncey McAskill
b62385c4e0
Change Sass $assets-path value for critical.css
2021-03-23 12:29:09 -04:00
Quentin Hocdé
2e7bb3b482
Update tasks - remove gulp (replaced by node scripts, working with mconfig) + esbuild (no more es5 support) + add critical css in config file
2020-11-27 16:01:54 -05:00
Deven Caron
55dc6c029c
Make global font-size relative to $font-size
2020-10-26 15:27:30 -04:00