Files
rspade_system/node_modules/linguist-languages/data/PostCSS.d.ts
2025-12-03 21:28:08 +00:00

12 lines
207 B
TypeScript
Executable File

declare const _: {
name: 'PostCSS'
type: 'markup'
aceMode: 'text'
extensions: ['.pcss', '.postcss']
languageId: 262764437
tmScope: 'source.postcss'
color: '#dc3a0c'
group: 'CSS'
}
export = _