Skip to content

Commit fe9caf5

Browse files
committed
Fix code style
1 parent 323be43 commit fe9caf5

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

stubs/defaultConfig.stub.js

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,10 @@ module.exports = {
183183
'8': '8px',
184184
},
185185
boxShadow: {
186-
default:
187-
'0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)',
188-
md:
189-
'0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',
190-
lg:
191-
'0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
192-
xl:
193-
'0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)',
186+
default: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)',
187+
md: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',
188+
lg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
189+
xl: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)',
194190
'2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.25)',
195191
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)',
196192
outline: '0 0 0 3px rgba(66, 153, 225, 0.5)',
@@ -239,14 +235,7 @@ module.exports = {
239235
'"Noto Color Emoji"',
240236
],
241237
serif: ['Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
242-
mono: [
243-
'Menlo',
244-
'Monaco',
245-
'Consolas',
246-
'"Liberation Mono"',
247-
'"Courier New"',
248-
'monospace',
249-
],
238+
mono: ['Menlo', 'Monaco', 'Consolas', '"Liberation Mono"', '"Courier New"', 'monospace'],
250239
},
251240
fontSize: {
252241
xs: '0.75rem',

0 commit comments

Comments
 (0)