File tree Expand file tree Collapse file tree 4 files changed +0
-73
lines changed
cursorless-org-docs/src/css
cursorless-org/src/styles
cursorless-vscode-tutorial-webview/src Expand file tree Collapse file tree 4 files changed +0
-73
lines changed Original file line number Diff line number Diff line change 1- /* You can add global styles to this file, and also import other style files */
21@import "tailwindcss" ;
3-
4- /*
5- The default border color has changed to `currentcolor` in Tailwind CSS v4,
6- so we've added these compatibility styles to make sure everything still
7- looks the same as it did with Tailwind CSS v3.
8-
9- If we ever want to remove these styles, we need to add an explicit border
10- color utility to any element that depends on these defaults.
11- */
12- @layer base {
13- * ,
14- ::after ,
15- ::before ,
16- ::backdrop ,
17- ::file-selector-button {
18- border-color : var (--color-gray-200 , currentcolor);
19- }
20- }
Original file line number Diff line number Diff line change 11@import "tailwindcss" ;
22
3- /*
4- The default border color has changed to `currentcolor` in Tailwind CSS v4,
5- so we've added these compatibility styles to make sure everything still
6- looks the same as it did with Tailwind CSS v3.
7-
8- If we ever want to remove these styles, we need to add an explicit border
9- color utility to any element that depends on these defaults.
10- */
11- @layer base {
12- * ,
13- ::after ,
14- ::before ,
15- ::backdrop ,
16- ::file-selector-button {
17- border-color : var (--color-gray-200 , currentcolor);
18- }
19- }
20-
213/* From https://github.com/facebook/docusaurus/blob/cc0bceab9c1678303f6237f5526753edc1b12fc3/website/src/css/custom.css#L70-L86 */
224.header-github-link : hover {
235 opacity : 0.6 ;
Original file line number Diff line number Diff line change 22
33@config '../../tailwind.config.js' ;
44
5- /*
6- The default border color has changed to `currentcolor` in Tailwind CSS v4,
7- so we've added these compatibility styles to make sure everything still
8- looks the same as it did with Tailwind CSS v3.
9-
10- If we ever want to remove these styles, we need to add an explicit border
11- color utility to any element that depends on these defaults.
12- */
13- @layer base {
14- * ,
15- ::after ,
16- ::before ,
17- ::backdrop ,
18- ::file-selector-button {
19- border-color : var (--color-gray-200 , currentcolor);
20- }
21- }
22-
235: root {
246 --safe-area-inset-top : env (safe-area-inset-top);
257 --safe-area-inset-bottom : env (safe-area-inset-bottom);
Original file line number Diff line number Diff line change 33@theme {
44 --text-2xs : 0.625rem ;
55}
6-
7- /*
8- The default border color has changed to `currentcolor` in Tailwind CSS v4,
9- so we've added these compatibility styles to make sure everything still
10- looks the same as it did with Tailwind CSS v3.
11-
12- If we ever want to remove these styles, we need to add an explicit border
13- color utility to any element that depends on these defaults.
14- */
15- @layer base {
16- * ,
17- ::after ,
18- ::before ,
19- ::backdrop ,
20- ::file-selector-button {
21- border-color : var (--color-gray-200 , currentcolor);
22- }
23- }
You can’t perform that action at this time.
0 commit comments