UNPKG
stylelint-config-clean-order
Version:
latest (10.0.0)
10.0.0
9.0.0
8.0.2
8.0.1
8.0.0
7.2.2
7.2.1
7.2.0
7.1.0
7.0.0
6.1.0
6.0.0
5.4.2
5.4.1
5.4.0
5.3.0
5.2.0
5.1.0
5.0.1
5.0.0
4.0.0
3.0.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Order your styles with stylelint-order.
kutsan/stylelint-config-clean-order
stylelint-config-clean-order
/
dist
/
groups
/
typography.d.ts
5 lines
(4 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
import
type
*
as
CSS
from
'csstype'
;
type
UnknownTypographyProperties
=
'text-stroke-width'
|
'text-stroke-color'
;
export
declare
const
typography
:
Array
<keyof
CSS
.
StandardPropertiesHyphen
|
UnknownTypographyProperties
>;
export
{};