File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ node_modules
44! commitlint.config.js
55* .css
66* .cssresult.ts
7- * -styles.ts
8- ! adopt-styles.ts
97tokens /versions /** /* -meta.scss
108* .map
119* .d.ts
Original file line number Diff line number Diff line change 9999 " tsconfig.base.json" ,
100100 " **/*.ts" ,
101101 " !**/*.d.ts" ,
102- " !**/*-styles.ts" ,
103- " **/adopt-styles.ts" ,
102+ " !**/*.cssresult.ts" ,
104103 " !catalog/" ,
105104 " !scripts/"
106105 ],
140139 ]
141140 },
142141 "build:css-to-ts" : {
143- "dependencies" : [
144- " build:css-to-ts:cssresult" ,
145- " build:css-to-ts:styles"
146- ]
147- },
148- "build:css-to-ts:cssresult" : {
149142 "command" : " find . \\ ( -path ./.wireit -o -path ./node_modules -o -path ./catalog \\ ) -prune -o -name '*.css' -print | xargs -L1 node scripts/css-to-ts.js --suffix=.cssresult" ,
150143 "files" : [
151144 " **/*.css" ,
160153 " build:sass"
161154 ]
162155 },
163- "build:css-to-ts:styles" : {
164- "command" : " find . \\ ( -path ./.wireit -o -path ./node_modules -o -path ./catalog \\ ) -prune -o -name '*-styles.css' -print | xargs -L1 node scripts/css-to-ts.js" ,
165- "files" : [
166- " **/*-styles.css" ,
167- " !catalog/"
168- ],
169- "output" : [
170- " **/*-styles.ts" ,
171- " !**/adopt-styles.ts" ,
172- " !catalog/"
173- ],
174- "dependencies" : [
175- " build:scripts" ,
176- " build:sass"
177- ]
178- },
179156 "build:sass" : {
180157 "command" : " sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -vE 'node_modules|catalog')" ,
181158 "files" : [
242219 " docs/components/*.md" ,
243220 " **/*.ts" ,
244221 " !**/*.d.ts" ,
245- " !**/*-styles .ts" ,
222+ " !**/*.cssresult .ts" ,
246223 " !catalog/" ,
247224 " !scripts/" ,
248225 " scripts/analyzer/update-docs.js"
Original file line number Diff line number Diff line change 1+ /**
2+ * @license
3+ * Copyright 2026 Google LLC
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ export * from './md-typescale-styles.cssresult.js' ;
You can’t perform that action at this time.
0 commit comments