Jérémy Minié
098019ad5e
Use 11ty config to try swup fragments in a more realistic setup
2024-01-18 18:06:53 -05:00
Jérémy Minié
d9c3bd9f92
Add swup & swup fragment plugin to test its implementation w/ the boilerplate
2024-01-18 11:42:17 -05:00
Jérémy Minié
a37c5b047a
Fix PurgeCSS safelist regex
2024-01-16 15:07:09 -05:00
Deven Caron
5acd27d1b0
Compile assets
2024-01-05 09:06:33 -05:00
Lucas Vallenet
0b4c82ceda
Add scss-config dedicated files
2023-12-11 11:02:54 +01:00
Lucas Vallenet
93559a0c84
Add purgeCSS for .u-padding and .u-margin classes | Disable purge on development
2023-07-10 15:40:56 +02:00
Lucas Vallenet
c1bcf7fb0d
Fix spacing loop
2023-06-16 10:13:10 +02:00
Lucas Vallenet
d0fcfaac86
Add config.spacers and modify spacing function to add breakpoint based spacers.
2023-06-15 17:28:29 +02:00
Lucas Vallenet
380fbd40c3
Update comments
2023-06-12 16:21:57 +02:00
Lucas Vallenet
e16ba2ca16
Import locomotive scroll CSS / Removed unused styles (scroll, scorllbar) / Update DOM Markup / Update doc
2023-06-12 09:36:14 +02:00
Lucas Vallenet
99801a2d8b
Add dedicated scss config files
2023-06-08 11:48:00 +02:00
Lucas Vallenet
217a1adba7
Merge scss functions / Fix strip-unit
2023-06-08 10:57:59 +02:00
Deven Caron
dca6c5de1d
Merge branch 'master' into feature/scss-colors
2023-05-12 10:39:10 -04:00
Lucas Vallenet
297e0b4ec8
Update color function
2023-04-21 11:34:15 +02:00
Lucas Vallenet
9a2083d894
Color as list with function
2023-04-19 15:37:52 +02:00
Lucas Vallenet
1a81c865ae
Config namespaces
2023-04-05 15:06:51 -04:00
Deven Caron
af57ebd9cb
Merge branch 'master' into feature/update-node-version
2023-02-09 10:11:24 -05:00
Deven Caron
c82e9916d0
Merge branch 'master' into feature/update-node-version
2023-02-09 10:05:25 -05:00
Deven Caron
5d38685460
Merge branch 'master' into feature/optimize-grid
2023-02-09 09:07:35 -05:00
Deven Caron
87238fcdd5
Merge branch 'master' into feature/css-variables
2023-02-09 09:01:24 -05:00
Lucas Vallenet
1fe30a9837
Optimize grid-column loops / Use css vars for grid columns
2023-02-01 10:23:43 +01:00
Deven Caron
d1d4fb5fe5
Bump node-version & upgrade node-sass to sass
2023-01-31 13:57:51 -05:00
Chauncey McAskill
590e06fc03
Update NPM dependencies
...
Updated:
- autoprefixer v10.4.12 → v10.4.13
- browser-sync v2.27.10 → v2.27.11
- esbuild v0.14.54 → v0.16.13
- node-sass v7.0.3 → v8.0.0
- postcss v8.4.17 → v8.4.20
2023-01-04 11:01:38 -05:00
Lucas Vallenet
aba77ea2d9
Add default CSS Variables
2023-01-04 11:21:43 +01:00
Lucas Vallenet
b7c49086c9
Add custom grid helper based on CSS custom properties
2022-10-31 14:20:59 -04:00
Deven Caron
1bdd2def8d
Compile assets
2022-10-06 14:00:32 -04:00
arnvvd
98957eb6c4
Merge branch 'master' of github.com:locomotivemtl/locomotive-boilerplate into feature/eager-fonts
2022-10-05 14:38:55 -04:00
Chauncey McAskill
139a6739f6
Update NPM dependencies
...
Updated:
- autoprefixer v10.4.4 → v10.4.12
- browser-sync v2.27.9 → v2.27.10
- esbuild v0.14.27 → v0.14.54
- kleur v4.1.4 → v4.1.5
- postcss v8.4.12 → v8.4.17
- purgecss v4.1.3 → v4.1.3
2022-10-05 12:54:05 -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
14d7e09b2b
Compile assets
2022-06-06 16:43:51 -04:00
Deven Caron
07c3155c29
Compile styles
2022-06-06 13:15:56 -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 Vallenet
8ca570b37a
Font fallbacks
2022-05-30 16:41:53 +02:00
Lucas
3a94c6aba9
Merge branch 'master' into feature/scss-variables-namespace
2022-05-30 13:09:26 +02:00
Lucas Vallenet
b162c62930
Remove logo.svg / Remove html example markup / Update scss instructions
2022-05-25 17:13:35 +02:00
Chauncey McAskill
0b667542f5
Refactor visibility.js
...
Replaced custom callback stacks for executing handlers on page visibility change with native event listener interface and custom event types.
Added:
- Class `PageVisibility` with methods to disable/enable custom event types and check if feature is enabled.
- Custom event types "visibilityhidden" and "visibilityvisible".
2022-05-25 09:54:01 -04:00
Lucas Vallenet
141a8ffa97
Update scss vars namespace and add easings
2022-05-20 13:32:47 +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
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
Chauncey McAskill
b24014d8b1
Add autoprefixer and postcss
...
Added:
- autoprefixer v10.3.4
- postcss v8.3.6
Changed:
- Node Sass options to pass source map to PostCSS.
2021-09-18 01:16:44 -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
43fc62950a
Build
2020-10-26 15:28:35 -04:00
Antoine Boulanger
e910afc384
Change async stylesheet method, check stylesheet onload before init app
2020-05-26 15:22:14 -04:00
Jérémy Minié
61c9c0ac6f
Add basic scroll-related lazy loading system w/ examples + Fix scrolling issues by putting header inside o-scroll + Use data-scroll-section
2019-09-25 16:25:14 -04:00