-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atblock_pre and atblock_post don't seem to have an effect #48
Comments
It looks like atblock_pre and atblock_post are not honored, but instead it is using block_pre and block_post. Please give that a shot. This is a bug and should get fixed, though I would much rather rewrite the parser and eliminate the mess of code that I have inside this project. |
Using That just about gets me where I want to be! The only issue now is two trailing lines at the end of at-blocks, caused by Thanks! |
I've tried poking into the issue myself and modifying code so it uses While it is a good idea for me to rewrite this, I don't know when I'll have enough time to dedicate to the project. :-( Even if I did make Edit: Leaving this open because it is certainly a flaw in the software. I'll retain hope that I will return to this project and fix it in the future. |
I'd like my @media blocks to have a newline after the brace, so I've set
atblock_pre
to{\n
in the config file (pasted below), but when I run it, the @media blocks come out like this:There should be a newline and four spaces before
.header-logo
. It looks likeatblock_pre
is ignored, and it always just puts a single brace.Also, I've compared the output between a config file that defines atblock_pre and atblock_post and one that doesn't, and the output files were identical. It seems those two options are completely ignored.
Config file:
The text was updated successfully, but these errors were encountered: