Lucas Vallenet
a674a16c4b
Remove body margins
2024-01-11 11:27:44 +01:00
Lucas Vallenet
dd2c783938
Modernize css normalize
2024-01-11 11:10:38 +01: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
f1ebc27a69
Add aspect-ratio scss mixin
2023-12-11 10:58:24 +01:00
Deven Caron
65c486b910
Update locomotive-scroll to v5.0.0-beta.9
2023-11-15 13:55:25 -05:00
Lucas Vallenet
7f1b6dad2e
Fix device detection on config.js
2023-09-05 09:40:19 +02:00
Lucas Vallenet
63e46cde26
Comment updates
2023-09-05 09:34:24 +02:00
Lucas Vallenet
6564fb330a
Update eases names to match gsap / Add default vars for z-indexes, timings and eases
2023-09-05 09:31:56 +02:00
Lucas Vallenet
7b415af8c2
Fix comments
2023-08-14 10:56:14 +02:00
Lucas Vallenet
dc0bc2042c
Create aspect-ratio SCSS mixin polyfill
2023-08-14 10:40:24 +02:00
Chauncey McAskill
95caf9ebb5
Replace window.onload with window.addEventListener()
...
Since the `window` can only ever have one `onload` value, if ever a third-party script overwrites this property, the application risks never initializing.
By using `addEventListener('load',…)`, the application's bootstrapping logic is queued and is more likely to be initialized.
2023-08-08 15:34:01 -04:00
Deven Caron
659ef3767b
Fix img scroll lazyload $el
2023-07-31 10:29:02 -04: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
43a5eb1ad3
Update locomotive scroll v5
2023-06-08 15:44:35 +02:00
Lucas Vallenet
217a1adba7
Merge scss functions / Fix strip-unit
2023-06-08 10:57:59 +02:00
Lucas Vallenet
a11e98e31e
Fix js FONT var error
2023-05-22 09:48:34 +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
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
e4ae03a94c
Remove unused sass env function
2023-01-31 15:37:40 -05:00
Deven Caron
d1d4fb5fe5
Bump node-version & upgrade node-sass to sass
2023-01-31 13:57:51 -05:00
Chauncey McAskill
b8f0a24cdc
Update NPM dependencies
...
Updated:
- esbuild v0.16.13 → v0.16.17
- postcss v8.4.20 → v8.4.21
2023-01-13 14:55:01 -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
arnvvd
eead1d27cd
Move grid helper call to global.js
2022-10-31 14:27:18 -04: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
Jérémy Minié
ebcbb6dc84
Only use GridHelper's margin setting for lateral grid spacing
2022-10-31 14:22:31 -04: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
Chauncey McAskill
f8f0a7779c
Implement simple asset versioning task
...
A task to allow one to define zero or more JSON files and keys to create or update with the current timestamp.
By default, the boilerplate will maintain a './assets.json' file which should be imported by the Web framework and applied to compiled assets.
2022-10-06 11:32:04 -04:00