Foundation Missing CSS in Essential package

33 Views Asked by At

on the download page it says that the package essential (foundation-6.3.0-essential) contains Reveal Modal and Abide validation but after downloading see that it's not there in css.

1

There are 1 best solutions below

0
On

All the Reveal classes are there but not Abide:

body.is-reveal-open {
  overflow: hidden; 
}

Everything is in the .css file and there's a minified version if you want to use that instead.

If you want Reveal and Abide, you can export your own custom build. That's what I recommend you do.