File tree Expand file tree Collapse file tree 4 files changed +46
-51
lines changed Expand file tree Collapse file tree 4 files changed +46
-51
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ gem "state_machines-activerecord"
38
38
# Gems used for assets
39
39
assets = !%w( production alpha ) . include? ( ENV [ 'RAILS_ENV' ] )
40
40
assets = true if ENV [ 'RAILS_GROUPS' ] == "assets"
41
- gem "jquery-rails" , "~>4.0" , require : assets
42
- gem "normalize-rails" , "~>8.0" , require : assets
43
- gem "sass -rails" , "~>5.0" , require : assets
44
- gem "terser" , "~> 1.2" , require : assets
41
+ gem "jquery-rails" , "~>4.0" , require : assets
42
+ gem "normalize-rails" , "~>8.0" , require : assets
43
+ gem "sassc -rails" , require : assets
44
+ gem "terser" , "~> 1.2" , require : assets
45
45
46
46
group :development , :test do
47
47
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
@@ -64,5 +64,5 @@ group :test do
64
64
end
65
65
66
66
group :production , :alpha do
67
- gem "unicorn" , "~>6.1"
67
+ gem "unicorn" , "~>6.1"
68
68
end
Original file line number Diff line number Diff line change @@ -264,14 +264,14 @@ GEM
264
264
pygments.rb (1.2.1 )
265
265
multi_json (>= 1.0.0 )
266
266
racc (1.7.3 )
267
- rack (2.2.9 )
268
- rack-session (1 .0.2 )
269
- rack (< 3 )
267
+ rack (3.0.10 )
268
+ rack-session (2 .0.0 )
269
+ rack (>= 3.0.0 )
270
270
rack-test (2.1.0 )
271
271
rack (>= 1.3 )
272
- rackup (1.0 .0 )
273
- rack (< 3 )
274
- webrick
272
+ rackup (2.1 .0 )
273
+ rack (>= 3 )
274
+ webrick ( ~> 1.8 )
275
275
rails (7.1.3.2 )
276
276
actioncable (= 7.1.3.2 )
277
277
actionmailbox (= 7.1.3.2 )
@@ -326,17 +326,14 @@ GEM
326
326
crass (~> 1.0.2 )
327
327
nokogiri (>= 1.8.0 )
328
328
nokogumbo (~> 2.0 )
329
- sass (3.7.4 )
330
- sass-listen (~> 4.0.0 )
331
- sass-listen (4.0.0 )
332
- rb-fsevent (~> 0.9 , >= 0.9.4 )
333
- rb-inotify (~> 0.9 , >= 0.9.7 )
334
- sass-rails (5.1.0 )
335
- railties (>= 5.2.0 )
336
- sass (~> 3.1 )
337
- sprockets (>= 2.8 , < 4.0 )
338
- sprockets-rails (>= 2.0 , < 4.0 )
339
- tilt (>= 1.1 , < 3 )
329
+ sassc (2.4.0 )
330
+ ffi (~> 1.9 )
331
+ sassc-rails (2.1.2 )
332
+ railties (>= 4.0.0 )
333
+ sassc (>= 2.0 )
334
+ sprockets (> 3.0 )
335
+ sprockets-rails
336
+ tilt
340
337
simplecov (0.22.0 )
341
338
docile (~> 1.1 )
342
339
simplecov-html (~> 0.11 )
345
342
simplecov_json_formatter (0.1.4 )
346
343
sitemap_generator (2.2.1 )
347
344
spring (4.1.3 )
348
- sprockets (3.7.3 )
349
- base64
345
+ sprockets (4.2.1 )
350
346
concurrent-ruby (~> 1.0 )
351
- rack (> 1 , < 3 )
347
+ rack (>= 2.2.4 , < 4 )
352
348
sprockets-rails (3.4.2 )
353
349
actionpack (>= 5.2 )
354
350
activesupport (>= 5.2 )
@@ -425,7 +421,7 @@ DEPENDENCIES
425
421
rails (~> 7.1 )
426
422
redis (~> 5.0 )
427
423
rinku (~> 2.0 )
428
- sass -rails ( ~> 5.0 )
424
+ sassc -rails
429
425
simplecov
430
426
sitemap_generator (~> 2.1 )
431
427
spring
Original file line number Diff line number Diff line change 1
1
@charset " UTF-8" ;
2
2
3
- /* Color constants */
4
- $C_CLAIR : #e9e6e4 ;
5
- $C_BANDEAU : #4c575f !default ;
6
- $C_FONCE : #877768 ;
7
- $C_INTER : #93877b ;
8
- $C_SOMBRE : #4e4e50 ;
9
- $C_INACTIVE : #cacacb ;
10
- $C_BAS_FOND : #e4e4e4 ;
11
- $C_FOOT : #d4d1cf ;
12
- $C_MIBLANC_MIFOOT : #e9e8e7 ;
13
- $C_CONTAINER : #f9f9f9 ;
14
- $C_MENU : #4c575f ;
15
- $C_BORDER_FONCE : #999 ;
16
-
17
- /* $C_BD1: #F9DEE8;
18
- $C_BD2: #F1ABC5;
19
- $C_BD3: #E978A3;
20
- $C_BD4: #E14E85;
21
- $C_BD5: #D91C64;*/
22
- $C_BD1 : transparentize ($C_BANDEAU , 0.84 );
23
- $C_BD2 : transparentize ($C_BANDEAU , 0.67 );
24
- $C_BD3 : transparentize ($C_BANDEAU , 0.5 );
25
- $C_BD4 : transparentize ($C_BANDEAU , 0.33 );
26
- $C_BD5 : transparentize ($C_BANDEAU , 0.17 );
27
-
28
3
@import " RonRonnement" ;
Original file line number Diff line number Diff line change
1
+ /* Color constants */
2
+ $C_CLAIR : #e9e6e4 ;
3
+ $C_BANDEAU : #4c575f !default ;
4
+ $C_FONCE : #877768 ;
5
+ $C_INTER : #93877b ;
6
+ $C_SOMBRE : #4e4e50 ;
7
+ $C_INACTIVE : #cacacb ;
8
+ $C_BAS_FOND : #e4e4e4 ;
9
+ $C_FOOT : #d4d1cf ;
10
+ $C_MIBLANC_MIFOOT : #e9e8e7 ;
11
+ $C_CONTAINER : #f9f9f9 ;
12
+ $C_MENU : #4c575f ;
13
+ $C_BORDER_FONCE : #999 ;
14
+
15
+ /* $C_BD1: #F9DEE8;
16
+ $C_BD2: #F1ABC5;
17
+ $C_BD3: #E978A3;
18
+ $C_BD4: #E14E85;
19
+ $C_BD5: #D91C64;*/
20
+ $C_BD1 : transparentize ($C_BANDEAU , 0.84 );
21
+ $C_BD2 : transparentize ($C_BANDEAU , 0.67 );
22
+ $C_BD3 : transparentize ($C_BANDEAU , 0.5 );
23
+ $C_BD4 : transparentize ($C_BANDEAU , 0.33 );
24
+ $C_BD5 : transparentize ($C_BANDEAU , 0.17 );
You can’t perform that action at this time.
0 commit comments