Skip to content

Commit

Permalink
update comments in css
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Aug 11, 2023
1 parent f77e138 commit 1d35db1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/styles/base.base.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Sometimes, when you're using AlpineJS for a part of your template, there is a "blip" where you
* might see your uninitialized template after the page loads, but before Alpine loads. `x-cloak`
* addresses this scenario by hiding the element it's attached to until Alpine is fully loaded on
* the page.
* might see your uninitialized template after the page loads, but before Alpine loads.
* `x-cloak` addresses this scenario by hiding the element it's attached to until Alpine is fully
* loaded on the page.
*
* https://alpinejs.dev/directives/cloak
* See: https://alpinejs.dev/directives/cloak
*/

[x-cloak] {
Expand Down
3 changes: 1 addition & 2 deletions src/styles/components.center.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
* Create a center layout.
*
* This component centers its content, based on a method
* described on every-layout.dev.
* This component centers its content, based on a method described on every-layout.dev.
* See: https://every-layout.dev/layouts/center/
*/

Expand Down

0 comments on commit 1d35db1

Please sign in to comment.