Max Fenton
Max Fenton
This does work: `cssc --no-consolidate-via-selectors --no-sort-selectors --line-breaks --no-sort-declarations --no-sort main.css > main.condensed.css`
Still trying to sort this out @rstacruz — sorry to post a n00b question as an issue. ``` [email protected] /usr/local/lib/node_modules/css-condense ├── [email protected] ├── [email protected] ([email protected]) └── [email protected] ([email protected]) ```
Yeah, we need `sms:` in our HTMLPurifier configs
@ezyang What permissions would I need to add a PR? I have a feature branch that duplicates the `tel:` tests for `sms:` in: - `tests/HTMLPurifier/AttrDef/URITest.php` - `tests/HTMLPurifier/URIFilter/MakeAbsoluteTest.php` - `tests/HTMLPurifier/URIParserTest.php` -...
Be sure to check out Modaal for a great example of building modals with accessibility — https://github.com/humaan/Modaal
@garris @klodoma Just wondering if any version of this solution can be merged.
@Tam Please help
I'm also afraid that like engram-design said, changing this will break the functionality of synced changes. Perhaps it could be a setting somewhere that defaults to checked, but where one...
This is just info, but I get a lot of use out of `ddev snapshot` which makes saving database versions a lot easier during migrations and upgrades and makes rolling...