Skip to content

Having trouble with CSS rule #125

@MoltenMonster

Description

@MoltenMonster

I want to cycle between ; and !important; in CSS files, but when I try it, it shows a blank black line / bar at the bottom that immediately goes away (maybe its an error, the behavior might be due to something in my config?). How can I get any error messages for this?

local augend = require("dial.augend")
require("dial.config").augends:on_filetype({
	css = { augend.constant.new({ elements = { ";", "!important;" }, word = true, cyclic = true }) },
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions