Skip to content

Having trouble with CSS rule #125

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 }) },
})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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