Skip to content

Commit df47ee5

Browse files
committed
test: add logic to run stylex and tailwind locally but not on CI + remove commented code
1 parent 1d40ab0 commit df47ee5

11 files changed

+87
-86
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"[css]": {
4646
"editor.defaultFormatter": "esbenp.prettier-vscode"
4747
},
48-
"cSpell.words": ["nextjs", "stylex", "stylexjs", "swiiny"]
48+
"cSpell.words": ["networkidle", "nextjs", "stylex", "stylexjs", "swiiny"]
4949
}

packages/stylex/app/_components/theme/Button/Button.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const styles = stylex.create({
1717
position: 'relative',
1818
backgroundColor: 'none',
1919
cursor: 'pointer',
20-
//padding: 0,
2120
fontSize: {
2221
default: '0.9rem',
2322
[SM]: '1rem',
@@ -74,7 +73,6 @@ const styles = stylex.create({
7473
borderRadius: '13px',
7574
background: colors.darkGradient,
7675
border: '1px solid ' + colors.darkGray,
77-
//borderColor: colors.darkGray,
7876
boxShadow: '0px 5px 20px 10px #1E1F2050',
7977
display: 'flex',
8078
justifyContent: 'center',
-163 Bytes
Loading
-150 Bytes
Loading
-150 Bytes
Loading
-157 Bytes
Loading
-1.46 KB
Loading
-1.46 KB
Loading
-1.46 KB
Loading
-1.28 KB
Loading

0 commit comments

Comments
 (0)