Skip to content

Commit

Permalink
Rename directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Oct 11, 2023
1 parent 1c80a57 commit 1eb0c56
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
workspace.resolver = "2"
members = ["tw-macro", "tailwind"]
members = ["twust-macro", "tailwind"]


[workspace.package]
Expand All @@ -19,7 +19,7 @@ license = "MIT/Apache-2.0"


[workspace.dependencies]
twust = { path = "tw-macro" }
twust = { path = "twust-macro" }
# tailwind = { path = "tailwind" }

proc-macro2 = "1.0.66"
Expand Down
3 changes: 1 addition & 2 deletions tailwind/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,8 @@ fn _happy_paths() {
let _classnames = tw!("px-[45px]");
let _classnames = tw!("px-[45cm]");
let _classnames = tw!("px-[45rem]");
tw!("bg-taxvhiti");

// let _classnames = tw!("px-[45em]");
let _classnames = tw!("px-[45em]");
let _classnames = tw!("px-[45%]");
let _classnames = tw!("px-[45in]");
let _classnames = tw!("px-[45vh]");
Expand Down
4 changes: 2 additions & 2 deletions tailwind/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ aria-[sort=ascending]:bg-[url('/img/down-arrow.svg')] aria-[sort=descending]:bg-
// tw!("peer[.is-dirty]:peer-required:block hidden hidden peer-[:nth-of-type(3)_&]:block");
println!("TEXT - {}", test);
let _ = tw!("btn collapse-arrow");
tw!("bg-gray-600 bg-sky-700 bg-midnight underline");
tw!("bg-gray-600 aria-checked:bg-sky-700 aria-asc:bg-midnight data-checked:underline");
let _ = tw!("bg-gray-600 bg-sky-700 bg-midnight underline");
let _ = tw!("bg-gray-600 aria-checked:bg-sky-700 aria-asc:bg-midnight data-checked:underline");
let _classnames = tw!("bg-taxvhiti bg-tahiti-500 bg-tahiti bg-midnight bg-red-50");
let _classnames = tw!("bg-taxvhiti bg-tahiti-500 bg-tahiti bg-midnight bg-purple bg-red-50 bg-tahiti-800 border-s-tahiti-800");
let _classnames = tw!("md:text-red-50 text-slate-50 text-purple text-tahiti-500");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1eb0c56

Please sign in to comment.