mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(tokens): update shared file comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Tokens shared between the theme files.
|
||||
* Common tokens utilized multiple times across all theme files.
|
||||
*/
|
||||
|
||||
const hexColors = {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/**
|
||||
* Tokens shared between the MD theme files or are being used in the files
|
||||
* multiple times.
|
||||
* Common tokens utilized multiple times across `ionic` theme files.
|
||||
*/
|
||||
|
||||
import { mix, rgba } from '../../utils/theme';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/**
|
||||
* Tokens shared between the iOS theme files or are being used in the files
|
||||
* multiple times.
|
||||
* Common tokens utilized multiple times across `ios` theme files.
|
||||
*/
|
||||
|
||||
import { dynamicFont } from '../../utils/theme';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/**
|
||||
* Tokens shared between the MD theme files or are being used in the files
|
||||
* multiple times.
|
||||
* Common tokens utilized multiple times across `md` theme files.
|
||||
*/
|
||||
|
||||
import { mix, rgba } from '../../utils/theme';
|
||||
@@ -148,6 +147,6 @@ export const components = {
|
||||
itemDivider: {
|
||||
font: {
|
||||
size: 14,
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user