preparing to publication
This commit is contained in:
@@ -163,15 +163,9 @@ function toCssVariable(
|
||||
|
||||
const dashedBorderPlugin: ReturnType<typeof plugin> = plugin(
|
||||
({ addBase, addUtilities, theme, ...pluginApi }) => {
|
||||
// const matchUtilities = pluginApi.matchUtilities;
|
||||
const matchUtilities = betterMatchUtility(pluginApi.matchUtilities);
|
||||
|
||||
const DEFAULT_GAP = "0.5rem";
|
||||
const DEFAULT_LENGTH = "0.75rem";
|
||||
const DEFAULT_OFFSET = "0px";
|
||||
const DEFAULT_WIDTH = "1px";
|
||||
const DEFAULT_COLOR = "currentColor";
|
||||
const DEFAULT_RADIUS = "0px";
|
||||
|
||||
addBase({
|
||||
"@property --tw-dashed-border-gap": {
|
||||
@@ -216,14 +210,9 @@ const dashedBorderPlugin: ReturnType<typeof plugin> = plugin(
|
||||
},
|
||||
".dashed-border": {
|
||||
position: "relative",
|
||||
// "--tw-dashed-border-gap": DEFAULT_GAP,
|
||||
// "--tw-dashed-border-length": DEFAULT_LENGTH,
|
||||
// "--tw-dashed-border-offset": DEFAULT_OFFSET,
|
||||
// "--tw-dashed-border-width": DEFAULT_WIDTH,
|
||||
"--tw-dashed-border-color": DEFAULT_COLOR,
|
||||
"--tw-dashed-border-ease": "var(--tw-ease)",
|
||||
"--tw-dashed-border-duration": "var(--tw-duration)",
|
||||
// "--tw-dashed-border-radius": DEFAULT_RADIUS,
|
||||
},
|
||||
".dashed-border-svg": {
|
||||
position: "absolute",
|
||||
|
||||
Reference in New Issue
Block a user