Deven Caron
ea8f98a52d
Add assets.json and empty directories for scripts and styles
2024-03-26 16:29:33 -04:00
Deven Caron
f4afd9c6b2
Delete compiled assets
2024-03-26 15:42:20 -04:00
Lucas Bigot
65a265c0ea
Merge branch 'master' into feature/css-reset
2024-03-26 15:02:21 -04:00
Lucas Bigot
c16407c8c1
Add clamp-with-max & size-clamp sass functions
2024-03-26 11:41:23 -04:00
Lucas Bigot
522c9c0bcb
Replace vh based spacing values
2024-03-26 11:16:54 -04:00
Chauncey McAskill
962ba66b96
Update NPM dependencies
...
Updated:
- autoprefixer v10.4.13 → v10.4.17
- esbuild v0.17.6 → →0.20.0
- locomotive-scroll v5.0.0-beta.9 → v5.0.0-beta.11
- sass v1.69.5 → v1.70.0
2024-01-29 12:30:58 -05:00
Lucas
ceefeb554e
Merge branch 'master' into feature/viewport-units
2024-01-22 16:31:12 +01:00
Jérémy Minié
a37c5b047a
Fix PurgeCSS safelist regex
2024-01-16 15:07:09 -05:00
Lucas Vallenet
0af2be4599
Update reset
2024-01-12 12:07:38 +01:00
Lucas Vallenet
3f7077b488
Add vh/svh/dvh/lvh fallbacks
2024-01-11 11:45:46 +01:00
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
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
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
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
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
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
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
Lucas Vallenet
aba77ea2d9
Add default CSS Variables
2023-01-04 11:21:43 +01: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
Deven Caron
84ce496df7
Tweak images size to match block ratio
2022-10-06 14:00:26 -04:00
arnvvd
76614e8126
Merge branch 'master' into feature/es6-updates
2022-10-05 16:43:57 -04:00
arnvvd
feb2241164
Add documentation for esbuild process.env
2022-10-05 16:39:25 -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