File tree 6 files changed +370
-401
lines changed
6 files changed +370
-401
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ groups:
58
58
59
59
herman:
60
60
sass:
61
- includePaths: ['sass']
61
+ sassOptions:
62
+ loadPaths: ['sass']
62
63
use: ['tools', 'sass:meta']
63
64
extraDocs:
64
65
- name: 'Changelog'
Original file line number Diff line number Diff line change 1
1
# Accoutrement Changelog
2
2
3
- ## UNRELEASED
3
+ ## 4.0.4 - 12/14/22
4
4
5
5
- 🏠 INTERNAL: Remove documentation from npm package
6
+ - 🏠 INTERNAL: Upgrade dev dependencies
6
7
7
8
## 4.0.3 - 07/20/22
8
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " accoutrement" ,
3
3
"title" : " Accoutrement" ,
4
- "version" : " 4.0.3 " ,
4
+ "version" : " 4.0.4 " ,
5
5
"description" : " Sass design-systems management and utilities." ,
6
6
"homepage" : " https://www.oddbird.net/accoutrement/" ,
7
7
"type" : " module" ,
45
45
},
46
46
"devDependencies" : {
47
47
"chokidar-cli" : " ^3.0.0" ,
48
- "mocha" : " ^10.0 .0" ,
48
+ "mocha" : " ^10.2 .0" ,
49
49
"npm-run-all" : " ^4.1.5" ,
50
- "postcss" : " ^8.4.14 " ,
51
- "prettier" : " ^2.7.1 " ,
52
- "sass" : " ^1.53.0 " ,
53
- "sass-true" : " ^6.1 .0" ,
50
+ "postcss" : " ^8.4.20 " ,
51
+ "prettier" : " 2.8.0 " ,
52
+ "sass" : " ^1.56.2 " ,
53
+ "sass-true" : " ^7.0 .0" ,
54
54
"sassdoc" : " ^2.7.4" ,
55
- "sassdoc-theme-herman" : " ^4 .0.2 " ,
56
- "stylelint" : " ^14.9.1 " ,
57
- "stylelint-config-prettier" : " ^9.0.3 " ,
58
- "stylelint-config-standard-scss" : " ^5.0 .0" ,
55
+ "sassdoc-theme-herman" : " ^5 .0.0 " ,
56
+ "stylelint" : " ^14.16.0 " ,
57
+ "stylelint-config-prettier" : " ^9.0.4 " ,
58
+ "stylelint-config-standard-scss" : " ^6.1 .0" ,
59
59
"stylelint-prettier" : " ^2.0.0"
60
60
},
61
61
"eyeglass" : {
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ $FONT-FORMATS: (
311
311
312
312
@if (not string .index ($eot , ' data:' )) {
313
313
@each $format , $url in $data {
314
+ // stylelint-disable-next-line annotation-no-unknown
314
315
$has-data : (($format != ' local' ) and string .index ($url , ' data:' ));
315
316
316
317
@if ($format == ' local' ) or $has-data {
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ import sassTrue from 'sass-true';
5
5
const __dirname = path . dirname ( fileURLToPath ( import . meta. url ) ) ;
6
6
const sassFile = path . join ( __dirname , '.' , 'index.scss' ) ;
7
7
8
- sassTrue . runSass ( { file : sassFile } , { describe, it } ) ;
8
+ sassTrue . runSass ( { describe, it } , sassFile ) ;
You can’t perform that action at this time.
0 commit comments