1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-18 20:01:26 +02:00

Prefix pattern CSS classes with p-

This commit is contained in:
Phuoc Nguyen
2019-11-29 13:51:39 +07:00
parent 40537d9b17
commit 9ee3e3a30a
9 changed files with 39 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
.dropdown-content {
.p-dropdown-content {
display: none;
}
.dropdown:hover .dropdown-content {
.p-dropdown:hover .p-dropdown-content {
display: block;
}