Skip to content

Commit

Permalink
chore: upgrade to prettier@3
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Jul 5, 2023
1 parent c658d50 commit dacba01
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion app/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ input,
optgroup,
select,
textarea {
font: 16px/1.55 'Helvetica Neue', Helvetica, Arial, sans-serif; /* 1 */
font:
16px/1.55 'Helvetica Neue',
Helvetica,
Arial,
sans-serif; /* 1 */
margin: 0; /* 2 */
}

Expand Down
2 changes: 1 addition & 1 deletion examples/align.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion examples/blend-modes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion examples/breakpoints.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion examples/grid.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion examples/simple.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/atomizer-plugins/examples/rollup/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion packages/atomizer-plugins/examples/vite/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion packages/atomizer-plugins/examples/webpack/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-atomizer/example/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit dacba01

Please sign in to comment.